projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
111b3bc
)
inspector: Fix build with quartz backend
author
Juan R. Garcia Blanco
<juanrgar@gmail.com>
Sat, 7 Jun 2014 08:50:27 +0000
(10:50 +0200)
committer
Juan R. Garcia Blanco
<juanrgar@gmail.com>
Sun, 8 Jun 2014 09:52:45 +0000
(11:52 +0200)
Add -xobjective-c to libgtkinspector_la_CFLAGS to handle objc headers.
gtk/inspector/Makefile.am
patch
|
blob
|
history
diff --git
a/gtk/inspector/Makefile.am
b/gtk/inspector/Makefile.am
index 72777d79b9f24d9da9662066dc31fbeb52144c89..0ef0a6ff5045222aec6fe41c97e8b98a99304d4e 100644
(file)
--- a/
gtk/inspector/Makefile.am
+++ b/
gtk/inspector/Makefile.am
@@
-79,6
+79,10
@@
libgtkinspector_la_CFLAGS = \
$(GTK_DEBUG_FLAGS) \
$(AM_CFLAGS)
+if USE_QUARTZ
+libgtkinspector_la_CFLAGS += "-xobjective-c"
+endif # USE_QUARTZ
+
libgtkinspector_la_LIBADD = \
$(GTK_DEP_LIBS) \
$(INTLLIBS)